Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] introduce terraform exec lib #322

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[WIP] introduce terraform exec lib #322

wants to merge 1 commit into from

Conversation

zreigz
Copy link
Member

@zreigz zreigz commented Jan 31, 2023

Summary

introduce terraform exec lib for terraform commands

Labels

Test Plan

Checklist

  • If required, I have updated the Plural documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have added relevant labels to this PR to help with categorization for release notes.

@zreigz zreigz added the enhancement New feature or request label Jan 31, 2023
@zreigz zreigz force-pushed the terraform-exec branch 2 times, most recently from 5a5e50a to 91e0abb Compare February 1, 2023 07:24
func terraformCommands() []cli.Command {
return []cli.Command{
{
Name: "init",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we rename this to install? Since it could be confounded with terraform init which does something a bit different

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants